1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSplash
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
27         Me.TextBox1 = New System.Windows.Forms.TextBox()
28         Me.txtSerialNo = New System.Windows.Forms.TextBox()
29         Me.txtActivationID = New System.Windows.Forms.TextBox()
30         Me.txtHardwareID = New System.Windows.Forms.TextBox()
31         Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.SuspendLayout()
34         
'
35         
'Timer1
36         
'
37         Me.Timer1.Enabled = True
38         
'
39         
'TextBox1
40         
'
41         Me.TextBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
42         Me.TextBox1.Location = New System.Drawing.Point(
339, 45)
43         Me.TextBox1.Name =
"TextBox1"
44         Me.TextBox1.ReadOnly = True
45         Me.TextBox1.Size = New System.Drawing.Size(
38, 22)
46         Me.TextBox1.TabIndex =
13
47         Me.TextBox1.Visible = False
48         
'
49         
'txtSerialNo
50         
'
51         Me.txtSerialNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
52         Me.txtSerialNo.Location = New System.Drawing.Point(
427, 45)
53         Me.txtSerialNo.Name =
"txtSerialNo"
54         Me.txtSerialNo.ReadOnly = True
55         Me.txtSerialNo.Size = New System.Drawing.Size(
38, 22)
56         Me.txtSerialNo.TabIndex =
11
57         Me.txtSerialNo.Visible = False
58         
'
59         
'txtActivationID
60         
'
61         Me.txtActivationID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
62         Me.txtActivationID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
63         Me.txtActivationID.Location = New System.Drawing.Point(
471, 45)
64         Me.txtActivationID.Name =
"txtActivationID"
65         Me.txtActivationID.Size = New System.Drawing.Size(
38, 22)
66         Me.txtActivationID.TabIndex =
12
67         Me.txtActivationID.Visible = False
68         
'
69         
'txtHardwareID
70         
'
71         Me.txtHardwareID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.txtHardwareID.Location = New System.Drawing.Point(
383, 45)
73         Me.txtHardwareID.Name =
"txtHardwareID"
74         Me.txtHardwareID.ReadOnly = True
75         Me.txtHardwareID.Size = New System.Drawing.Size(
38, 22)
76         Me.txtHardwareID.TabIndex =
10
77         Me.txtHardwareID.Visible = False
78         
'
79         
'ProgressBar1
80         
'
81         Me.ProgressBar1.Location = New System.Drawing.Point(
2, 324)
82         Me.ProgressBar1.Name =
"ProgressBar1"
83         Me.ProgressBar1.Size = New System.Drawing.Size(
612, 5)
84         Me.ProgressBar1.TabIndex =
14
85         
'
86         
'Label1
87         
'
88         Me.Label1.AutoSize = True
89         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
90         Me.Label1.ForeColor = System.Drawing.Color.DodgerBlue
91         Me.Label1.Location = New System.Drawing.Point(
13, 304)
92         Me.Label1.Name =
"Label1"
93         Me.Label1.Size = New System.Drawing.Size(
10, 13)
94         Me.Label1.TabIndex =
15
95         Me.Label1.Text =
"."
96         
'
97         
'frmSplash
98         
'
99         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
100         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
101         Me.BackgroundImage = Global.Sales_and_Inventory_System.My.Resources.Resources.splash
102         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
103         Me.ClientSize = New System.Drawing.Size(
615, 329)
104         Me.ControlBox = False
105         Me.Controls.Add(Me.Label1)
106         Me.Controls.Add(Me.ProgressBar1)
107         Me.Controls.Add(Me.TextBox1)
108         Me.Controls.Add(Me.txtSerialNo)
109         Me.Controls.Add(Me.txtActivationID)
110         Me.Controls.Add(Me.txtHardwareID)
111         Me.DoubleBuffered = True
112         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
113         Me.Name =
"frmSplash"
114         Me.ShowIcon = False
115         Me.ShowInTaskbar = False
116         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
117         Me.Text =
"frmSplash1"
118         Me.ResumeLayout(False)
119         Me.PerformLayout()
120
121     End Sub
122     Friend WithEvents Timer1 As System.Windows.Forms.Timer
123     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
124     Friend WithEvents txtSerialNo As System.Windows.Forms.TextBox
125     Friend WithEvents txtActivationID As System.Windows.Forms.TextBox
126     Friend WithEvents txtHardwareID As System.Windows.Forms.TextBox
127     Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
128     Friend WithEvents Label1 As System.Windows.Forms.Label
129 End Class


Gõ tìm kiếm nhanh...